home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / ShareMailGiftware / autotrace / autotrace-0.30 / TODO < prev   
Text File  |  2002-10-27  |  1KB  |  36 lines

  1. Core: 
  2. - Speed up
  3. - Improve tracing quality
  4. - Bugs?!
  5. - Recognition of Circle and Ellipse pieces.
  6. - Addition of code to recognize lines, splines and circles even if there is
  7.   a lot of noise
  8. - Currently pictures have to fit completely into memory
  9. - New algorithm to work best with antialiased pictures
  10. - 3D recognition
  11. - Better list management, that means the current generation of lists is time
  12.   consuming and fragmentates the heap.
  13. - Outlines are traced two times that means that it could be faster and if we
  14.   trace and fit every outline only once we will not have the problems with
  15.   unwanted gaps anymore.
  16. - Better thinning algorithm like CAT (Chordal Axis Transformation)
  17.  
  18. Input:
  19. - Mirgrate new plug-in interface with using glib(0.31)
  20. - Support of image libraries as freeimage, gdk-pixbuf or paintlib(0.31)
  21.  
  22. Output:
  23. - Mirgrate new plug-in interface with using glib(0.31)
  24. - Output API abstraction(0.31)
  25. - New export formats like wmf, cdr, cmx, compressed pdf, compressed svg and
  26.   dxf with splines...
  27.  
  28. Library and its clients:
  29. - Make libautotrace.h shared library(0.31)
  30. - Graphical userinterface
  31.   -- For gnome/gtk, frontline is under developing.
  32.      See http://autotrace.sourceforge.net/frontline
  33.      It works well with sodipodi, a drawing editor.
  34.   -- For KDE/Qt?
  35.  
  36.